docs: Prefer the form "cannot" to "can not"
authorGiuseppe Scrivano <gscrivan@redhat.com>
Thu, 7 Apr 2016 08:13:45 +0000 (10:13 +0200)
committerColin Walters (automation) <walters+githubbot@verbum.org>
Thu, 7 Apr 2016 12:25:24 +0000 (12:25 +0000)
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
Closes: #242
Approved by: cgwalters

docs/manual/related-projects.md
docs/manual/repository-management.md

index b53ba792b82e5a002cd2505fdd04eaeacc592f24..73972330a39b44ab66250c2b8cc8469499b8858f 100644 (file)
@@ -63,7 +63,7 @@ awareness of BTRFS in dpkg/rpm itself) will be required.
 The OSTree author believes that having total freedom at the block
 storage layer is better for general purpose operating systems. For
 example, with OSTree, one is free to use BTRFS in any way you like -
-you can use a subvolume for `/home`, or you can not.
+you can use a subvolume for `/home`, or you cannot.
 
 Furthermore, in its most basic incarnation, the rpm/dpkg + BTRFS
 doesn't solve the race conditions that happen when unpacking packages
index ceb96cadcedfd611828f8449b26cc5c8773a1a0e..b83f6c152fa6ca8c2ede79807f32dedc4399a176 100644 (file)
@@ -179,7 +179,7 @@ you should update the summary file:
 ostree --repo=repo-prod summary -u
 ```
 
-(Remember, the `summary` command can not be run concurrently, so this
+(Remember, the `summary` command cannot be run concurrently, so this
  should be triggered serially by other jobs).
 
 There is some more information on the design of the summary file in